home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 656 b | 32 lines | [TEXT/GEOL] |
- Item 9073814 13-Feb-91 08:00PST
-
- From: LALEKERMAC CSX Technology, W Laleker,SSF,PAS
-
- To: MACAPP.TECH$ MacApp Technical
-
- ------------------------------------------------------------------------------
-
- Sub: overloading vs. overriding
-
- Fellow Macappers:
-
- I have a question concerning the Overloading and Overridding of a function in a
- class and its derived class.
-
- The following is what I would like to accomplish:
-
- class A {
- method A(char *);
- }
-
- Class B::A {
- method A(char *, int);
- }
-
- What would be the proper way of doing this?
-
- Thanks,
-
- Earl Spangenberg
-
-